home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SuperHack
/
SuperHack CD.bin
/
SCRIPTZ
/
MDMNGR49.ZIP
/
MANAGER.INI
< prev
next >
Wrap
INI File
|
1997-01-16
|
25KB
|
656 lines
[manager]
dbtotal=0
sec_mes1=This is a Pro edition!
sec_mes2=Eno Tide.
sec_mes3=Kaka
[Aliases]
n4=;*********************************************
n5=;* All aliases above this mark
n6=;* are either generated or
n7=;* added in.
n8=;*********************************************
n9=;* =MooDoo= Script Manager Pro 4.9
n10=;* Copyright ⌐ 1997 I Make Poole, Inc.
n11=;*********************************************
n12=;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
n13=;;;COMMON FUNCTION LIBRARY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
n14=;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
n15=mecho { //echo -s =MooDoo= *1 }
n16=filename {
n17= %lastdir = $readini manager.ini manager lastdir
n18= %file = $dir="=MooDoo= Script Manager Pro 4.9" %lastdir
n19= if ( %file == $null ) { mecho 4No Setting. | halt }
n20= mecho $+ [ $1 ] $+ < $+ %file $+ >
n21= //writeini manager.ini manager lastdir %file
n22=}
n23=/v { echo 1 1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 10 10 11 11 12 12 13 13 14 14 15 15 }
n24=/- /echo -
n25=center {
n26= %len = $len($strip(*1))
n27= %sum = 80 - %len
n28= %sum = %sum / 2
n29= //echo -s $str(%sum,$chr(160)) $+ *1 $+ $str(%sum,$chr(160))
n30=}
n31=copy.file {
n32= //write -c $2
n33= run dos.exe copy $1 $2
n34=}
n35=;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
n36=;;;COMMON FUNCTION LIBRARY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
n37=;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
n38=fetch {
n39= -
n40= mecho 10Fetch Script.
n41= if ( $1 == -q && $2 != $null ) { %file = $2 | goto cont }
n42= filename 13
n43= :cont
n44= if ( %autoinsert = YES ) { //path -q %file }
n45= if ( %autoinfo = YES ) { //ui.insert -q %file | - }
n46= //run mirc32.exe %file
n47= unset %file | unset %lastdir
n48= mecho 12Done.
n49=}
n50=default.set {
n51= -
n52= mecho 10Set Default Script.
n53= filename 13
n54= //writeini manager.ini manager default %file
n55= //alias /default /run mirc32.exe %file
n56= //alias /F2 /run mirc32.exe %file
n57= mecho 12Done.
n58= mecho 3Use /default or F2 to fetch.
n59= unset %file | unset %lastdir
n60=}
n61=default.fetch {
n62= -
n63= mecho 10Fetch Default Script.
n64= %default = $readini manager.ini manager default
n65= if ( %default == $null ) { mecho 4No default script set. | halt }
n66= mecho 13< $+ %default $+ >
n67= //run mirc32.exe %default
n68= mecho 12Done.
n69= unset %default
n70=}
n71=path {
n72= -
n73= mecho 10Insert Correct Path.
n74= if ( $1 == -q && $2 != $null ) { %file = $2 | goto cont }
n75= filename 13
n76= :cont
n77= %nofile = $nofile( %file )
n78= %type = $readini %file files aliases | %type = $nopath( %type ) | //writeini %file files aliases %nofile $+ %type
n79= %type = $readini %file files popups | %type = $nopath( %type ) | //writeini %file files popups %nofile $+ %type
n80= %type = $readini %file files users | %type = $nopath( %type ) | //writeini %file files users %nofile $+ %type
n81= %type = $readini %file files variables | %type = $nopath( %type ) | //writeini %file files variables %nofile $+ %type
n82= %type = $readini %file files commands | %type = $nopath( %type ) | //writeini %file files commands %nofile $+ %type
n83= %type = $readini %file files events | %type = $nopath( %type ) | //writeini %file files events %nofile $+ %type
n84= %type = $readini %file files raw | %type = $nopath( %type ) | //writeini %file files raw %nofile $+ %type
n85= %type = $readini %file files servers | %type = $nopath( %type ) | //writeini %file files servers %nofile $+ %type
n86= %type = $readini %file files finger | %type = $nopath( %type ) | //writeini %file files finger %nofile $+ %type
n87= %type = $readini %file files urls | %type = $nopath( %type ) | //writeini %file files urls %nofile $+ %type
n88= unset %lastdir | unset %nofile | unset %type
n89= mecho 12Done.
n90=}
n91=modify {
n92= -
n93= mecho 10Modify File.
n94= filename 13
n95= //run notepad %file
n96= unset %lastdir | unset %file
n97= mecho 12Done.
n98=}
n99=delete {
n100= -
n101= mecho 10Delete File.
n102= filename 13
n103= //.remove %file
n104= unset %lastdir | unset %file
n105= mecho 12Done.
n106=}
n107=;
n108=db.new.reg {
n109= -
n110= mecho 10New Script Database Entry (Regular)
n111= if ( $1 == -q && $2 != $null && $3 != $null ) { %entry.name = $2 | %file = $3 | goto cont }
n112= %entry.name = $?="Please enter entry name (1 word, please): "
n113= %entry.name = $gettok(%entry.name,1,32)
n114= if ( %entry.name == $null ) { mecho 4No Setting. | unset %entry.name | halt }
n115= mecho 7< $+ %entry.name $+ >
n116= filename 13
n117= :cont
n118= //writeini database.ini %entry.name src %file
n119= //writeini database.ini %entry.name date $fulldate
n120= //writeini database.ini %entry.name type Regular
n121= if ( $read -s $+ %entry.name database.doo != $null ) {
n122= /write -ds $+ %entry.name database.doo
n123= %db.total = $readini manager.ini manager dbtotal
n124= dec %db.total
n125= /writeini manager.ini manager dbtotal %db.total
n126= }
n127= write database.doo %entry.name
n128= %db.total = $readini manager.ini manager dbtotal
n129= inc %db.total
n130= //writeini manager.ini manager dbtotal %db.total
n131= unset %entry.name | unset %lastdir | unset %file | unset %db.total
n132= mecho 12Done.
n133=}
n134=db.new.sl {
n135= -
n136= mecho 10New Script Database Entry (Seamless)
n137= if ( $1 == -q && $2 != $null && $3 != $null ) { %entry.name = $2 | %file = $3 | goto cont }
n138= %entry.name = $?="Please enter entry name (1 word, please): "
n139= %entry.name = $gettok(%entry.name,1,32)
n140= if ( %entry.name == $null ) { mecho 4No Setting. | unset %entry.name | halt }
n141= mecho 7< $+ %entry.name $+ >
n142= filename 13
n143= :cont
n144= //writeini database.ini %entry.name src %file
n145= //writeini database.ini %entry.name date $fulldate
n146= //writeini database.ini %entry.name type Seamless
n147= if ( $read -s $+ %entry.name database.doo != $null ) {
n148= /write -ds $+ %entry.name database.doo
n149= %db.total = $readini manager.ini manager dbtotal
n150= dec %db.total
n151= /writeini manager.ini manager dbtotal %db.total
n152= }
n153= write database.doo %entry.name
n154= %db.total = $readini manager.ini manager dbtotal
n155= inc %db.total
n156= //writeini manager.ini manager dbtotal %db.total
n157= unset %entry.name | unset %lastdir | unset %file | unset %db.total
n158= mecho 12Done.
n159=}
n160=db.erase {
n161= -
n162= mecho 10Erase Script Database Entry.
n163= //set %entry.name $?="Please enter entry name to erase: "
n164= %entry.name = $gettok(%entry.name,1,32)
n165= //if ( %entry.name == $null ) { mecho 4No Setting. | unset %entry.name | halt }
n166= %test = $readini database.ini %entry.name src
n167= if ( %test == $null ) { mecho 4 $+ %entry.name $+ : No Such Entry. | mecho 3(Use Database|List for a list.) | halt }
n168= mecho 7< $+ %entry.name $+ >
n169= //remini database.ini %entry.name
n170= //write -ds $+ %entry.name database.doo
n171= %db.total = $readini manager.ini manager dbtotal
n172= dec %db.total
n173= //writeini manager.ini manager dbtotal %db.total
n174= unset %entry.name | unset %test | unset %db.total
n175= mecho 12Done.
n176=}
n177=db.list {
n178= -
n179= if ( $exists(database.doo) == $false ) { mecho 4No Database File. | halt }
n180= %db.total = $readini manager.ini manager dbtotal
n181= mecho 10Script Database Entries ( $+ %db.total $+ ):
n182= %count = 1
n183= :loop
n184= if ( %count <= %db.total ) {
n185= %entry = $read -l $+ %count database.doo
n186= if ( $readini database.ini %entry type == Seamless ) {
n187= //echo %entry (s)
n188= }
n189= else {
n190= //echo %entry
n191= }
n192= inc %count
n193= goto loop
n194= }
n195= mecho 14S = Seamless Fetching Sequence
n196= mecho 3Use Fetch|Database Entry to fetch.
n197= unset %count | unset %db.total
n198=}
n199=db.info {
n200= -
n201= mecho 10Script Database Entry Info.
n202= %entry.name = $?="Please enter entry name to look up: "
n203= %entry.name = $gettok(%entry.name,1,32)
n204= if ( %entry.name == $null ) { mecho 4No Setting. | unset %entry.name | halt }
n205= %test = $readini database.ini %entry.name src
n206= if ( %test == $null ) { mecho 4 $+ %entry.name $+ : No Such Entry. | mecho 3(Use Database|List for a list.) | halt }
n207= mecho 7< $+ %entry.name $+ >
n208= center 5Assigned to: $readini database.ini %entry.name src
n209= center 5Type: $readini database.ini %entry.name type
n210= center 5Created on: $readini database.ini %entry.name date
n211= unset %entry.name | unset %test
n212= mecho 12Done.
n213=}
n214=db.fetch {
n215= -
n216= mecho 10Fetch Script Database Entry.
n217= %entry.name = $?="Please enter database entry name to fetch: "
n218= //if ( %entry.name == $null ) { mecho 4No Setting. | unset %entry.name | halt }
n219= %file = $readini database.ini %entry.name src
n220= if ( %file == $null ) { mecho 4 $+ %entry.name $+ : No Such Entry. | mecho 3(Use Database|List for a list.) | halt }
n221= if ( $exists( %file ) == $false ) { mecho 4File $+ %file $+ no longer exists. Please erase entry $+ %entry.name $+ $+ . | entry.erase | halt }
n222= mecho 7< $+ %entry.name $+ >
n223= if ( $readini database.ini %entry.name type == Regular ) { fetch -q %file | - }
n224= else if ( $readini database.ini %entry.name type == Seamless ) { seamless.fetch -q %file | - }
n225= unset %entry.name | unset %file
n226= mecho 12Done.
n227=}
n228=db.clear {
n229= -
n230= mecho 10Clear Script Database
n231= /write -c database.doo
n232= /write -c database.ini
n233= writeini manager.ini manager dbtotal 0
n234= mecho 12Done.
n235=}
n236=make.ini {
n237= -
n238= mecho 10Create Custom MIRC.INI.
n239= :loop
n240= %dest = $?="Please enter the destination file (INI):"
n241= if ( %dest == $null ) { mecho 4No Setting. | halt }
n242= if ( $gettok( %dest, 2, 46 ) == $null ) { mecho 4Invalid file name. Please use: <name>.ini | goto loop }
n243= if ( $gettok( %dest, 2, 46 ) != ini ) { mecho 4Invalid file name. Please use: <name>.ini | goto loop }
n244= if ( $exists( %dest ) == $true ) {
n245= mecho 4File %dest already exists.
n246= :loop0
n247= %ask = $?="Do you want to overwrite this file? (Y or N)"
n248= if ( %ask == $null ) { goto loop0 }
n249= if ( %ask != yes && %ask != no && %ask != n && %ask != y ) { goto loop0 }
n250= if ( %ask == yes || %ask == y ) { goto cont }
n251= if ( %ask == no || %ask == n ) { mecho 4Operation aborted. | halt }
n252= }
n253= :cont
n254= mecho 13< $+ %dest $+ >
n255= mecho 3Generating default structure...
n256= if ( $exists(mirc.doo) == $false ) { mecho 4No structure file found. (mirc.doo) | halt }
n257= //copy.file mirc.doo %dest
n258= mecho 12Done.
n259= mecho 3Use Custom|Add To Generated INI to specify files in your new INI. Afterwards, use Fetch to get it.
n260=}
n261=add {
n262= -
n263= mecho 10Add $1 Location
n264= :loop
n265= %dest = $?="Please enter the destination file (INI):"
n266= if ( %dest == $null ) { mecho 4No Setting. | halt }
n267= if ( $gettok( %dest, 2, 46 ) == $null ) { mecho 4Invalid file name. Should be: <name>.ini | goto loop }
n268= if ( $gettok( %dest, 2, 46 ) != ini ) { mecho 4Invalid file name. Should be: <name>.ini | goto loop }
n269= if ( $exists( %dest ) == $false ) {
n270= mecho 4This file doesn't exist.
n271= :loop0
n272= %ask = $?="Do you want to create this file? (Y or N)"
n273= if ( %ask == $null ) { goto loop0 }
n274= if ( %ask != yes && %ask != no && %ask != n && %ask != y ) { goto loop0 }
n275= if ( %ask == yes || %ask == y ) { make.ini | halt }
n276= if ( %ask == no || %ask == n ) { mecho 4Operation aborted. | halt }
n277= }
n278= %lastdir = $readini manager.ini manager lastdir
n279= //set %file $dir="Choose respective file." %lastdir
n280= //if ( %file == $null ) { mecho 4No Setting. | halt }
n281= mecho 13< $+ %file $+ >
n282= //writeini manager.ini manager lastdir %file
n283= //writeini %dest files $1 %file
n284= mecho 12Done.
n285=}
n286=setup {
n287= -
n288= mecho 10Install New Script - Setup
n289= %setup = $dir="Please choose the setup program." $mircdir
n290= if ( %setup == $null ) { mecho 4No Setting. | halt }
n291= mecho 13< $+ [ %setup ] $+ >
n292= run %setup
n293= mecho 12Done
n294=}
n295=zip {
n296= -
n297= mecho 10Install New Script - Zip
n298= %script.name = $?="What will you call this script? (1 word please):"
n299= if ( %script.name == $null ) { mecho 4No Setting. | halt }
n300= %script.name = $gettok(%script.name,1,32)
n301= mecho 7< $+ %script.name $+ >
n302= :loop
n303= %file = $dir="Choose the ZIP file." *.zip
n304= if ( %file == $null ) { mecho 4No Setting. | halt }
n305= if ( $gettok(%file,2,46) != zip ) { mecho 4Invalid file extension. | goto loop }
n306= mecho 13< $+ %file $+ >
n307= writeini manager.ini manager lastdir %file
n308= %file.name = $nopath(%file)
n309= %dir = $mircdir $+ %script.name $+ \
n310= mecho 5The file will now be:
n311= zip.a
n312=}
n313=zip.a {
n314= mecho 5o Copied into the directory %dir
n315= //run dos.exe del /q %dir
n316= //run dos.exe mkdir %dir
n317= //run dos.exe copy %file %dir
n318= .timer 1 2 /zip.b
n319=}
n320=zip.b {
n321= %file = %dir $+ %file.name
n322= mecho 5o Extracted to that directory
n323= //run pkunzip.exe %file %dir
n324= .timer 1 3 /zip.c
n325=}
n326=zip.c {
n327= mecho 5o Appended into the script database
n328= %ini = %dir $+ mirc.ini
n329= if ( $exists( %ini ) == $false ) {
n330= mecho 4No immediate mirc.ini.
n331= mecho 4Searching subdirectories...
n332= if ( $findfile( %dir, mirc.ini, 1 ) == $null ) { mecho 4No mirc.ini exists. Database entry cannot be created. | halt }
n333= }
n334= db.new.sl -q %script.name %ini | -
n335= mecho 12Done.
n336=}
n337=func {
n338= -
n339= mecho 10Assign Function Key To F $+ $1
n340= %entry.name = $?="Please enter entry name to assign: "
n341= %entry.name = $gettok(%entry.name,1,32)
n342= if ( %entry.name == $null ) { mecho 4No Setting. | unset %entry.name | halt }
n343= %test = $readini database.ini %entry.name src
n344= if ( %test == $null ) { mecho 4 $+ %entry.name $+ : No Such Entry. | mecho 3(Use Database|Show Entries for a list.) | halt }
n345= mecho 7< $+ %entry.name $+ >
n346= %test0 = $readini database.ini %entry.name type
n347= if ( %test0 == Seamless ) {
n348= //alias /F [ $+ [ $1 ] ] /seamless.fetch -q %test
n349= }
n350= else { //alias /F [ $+ [ $1 ] ] /run mirc32.exe %test }
n351= mecho 12Done.
n352=}
n353=unzip {
n354= -
n355= mecho 10Unzip file.
n356= filename 13
n357= :loop
n358= if ( %tries >= 3 ) { mecho 4OK. I give up. | halt }
n359= %loc = $?="Please write the directory for output."
n360= if ( %loc == $null ) { mecho 4Please write in the directory. | inc %tries | goto loop }
n361= //run pkunzip.exe %file %loc
n362= mecho 12Done.
n363=}
n364=dos {
n365= -
n366= mecho 10Run Dos Command
n367= %dos = $?="Please type in DOS command to run:"
n368= if ( %dos == $null ) { mecho 4No Setting. | halt }
n369= mecho 13< $+ %dos $+ >
n370= //run dos.exe %dos
n371= mecho 12Done.
n372=}
n373=stats {
n374= -
n375= mecho 10Stats
n376= if ( %autoinsert != $null ) { center 5Auto Insert Path: ON }
n377= else { center 5Auto Insert Path: OFF }
n378= if ( %autoinfo != $null ) { center 5Auto Insert User Info: ON }
n379= else { center 5Auto Insert User Info: OFF }
n380= if ( %logging != $null ) { center 5Logging: ON }
n381= else { center 5Logging: OFF }
n382= if ( $lines( database.doo ) >= 1 ) { center 5Database: Active $readini manager.ini manager dbtotal Entries. }
n383= else { center 5Database: Inactive }
n384= if ( $readini manager.ini manager default != $null ) { center 5Default Script: $readini manager.ini manager default }
n385= else { center 5Default Script: None }
n386= if ( %name != $null && %email != $null && %nick != $null && %anick != $null ) { center 5User Info: | center 5 $+ %name %email %nick %anick }
n387= if ( %dest != $null ) { center 5Last Generated INI: %dest }
n388= mecho 12Done.
n389=}
n390=ui.set {
n391= -
n392= mecho 10Set User Information
n393= %name = $?="Please enter 'Real Name':"
n394= if ( %name == $null ) { mecho 4No Setting. | halt }
n395= mecho 7 $+ < $+ %name $+ > $+
n396= %email = $?="Please enter 'E-Mail':"
n397= if ( %email == $null ) { mecho 4No Setting. | halt }
n398= mecho 7 $+ < $+ %email $+ > $+
n399= %nick = $?="Please enter 'Nickname':"
n400= if ( %nick == $null ) { mecho 4No Setting. | halt }
n401= mecho 7 $+ < $+ %nick $+ > $+
n402= %anick = $?="Please enter 'Alternative Nickname':"
n403= if ( %anick == $null ) { mecho 4No Setting. | halt }
n404= mecho 7 $+ < $+ %anick $+ > $+
n405= mecho 12Done.
n406=}
n407=ui.insert {
n408= -
n409= mecho 10Insert User Information
n410= if ( $1 == -q && $2 != $null ) { %file = $2 | goto cont }
n411= filename 13
n412= :cont
n413= if ( %name == $null || %email == $null || %nick == $null || %anick == $null ) { mecho 4Not all information is set. | mecho 3Please use Settings|User Info to set. }
n414= /writeini %file mIRC user %name
n415= /writeini %file mIRC email %email
n416= /writeini %file mIRC nick %nick
n417= /writeini %file mIRC anick %anick
n418= mecho 12Done.
n419=}
n420=seamless.fetch {
n421= -
n422= mecho 10Seamless Fetch
n423= if ( $1 == -q && $2 != $null ) { %file = $2 | goto cont0 }
n424= filename 13
n425= :cont0
n426= if ( $readini manager.ini manager sdir == $null ) { goto cont }
n427= //.remove [ $readini manager.ini manager sdir ]
n428= :cont
n429= %dir = $nofile(%file)
n430= if ( $exists( [ %dir $+ mirc32.exe ] ) == $true ) {
n431= if ( %autoinsert = YES ) { //path -q %file | - }
n432= if ( %autoinfo = YES ) { //ui.insert -q %file }
n433= run [ %dir $+ mirc32.exe ] %file
n434= }
n435= else {
n436= if ( %autoinsert = YES ) { //path -q %file | - }
n437= if ( %autoinfo = YES ) { //ui.insert -q %file }
n438= run dos.exe copy mirc32.exe %dir
n439= writeini manager.ini manager sdir [ %dir $+ mirc32.exe ]
n440= .timer 1 2 run [ %dir $+ mirc32.exe ] %file
n441= }
n442= mecho 12Done.
n443=}
n444=f1 {
n445= echo -s á
n446= echo -s á
n447= center 012,12M012,12M012,12DD0
n448= center 4,4----012,12MM012,12MM012,12D012,12D04,4----
n449= center 012,12M012,12M012,12M012,12OOO012,12OOO012,12D012,12D012,12OOO012,12OOO0
n450= center 4,4----012,12M012,12M012,12O012,12O012,12O012,12O012,12D012,12D012,12O012,12O012,12O012,12O04,4----
n451= center 012,12M012,12M012,12OOO012,12OOO012,12DD012,12OOO012,12OOO0
n452= echo -s á
n453= center Scriptá Manager
n454= echo -s á
n455= center 01,1PPP01,1RRR01,1OOO0
n456= center 01,1P01,1P01,1R01,1R01,1O01,1O0
n457= center 01,1PPP01,1RRR01,1O01,1O0
n458= center 01,1P01,1RR01,1O01,1O0
n459= center 01,1P01,1R01,1R01,1OOO0
n460= echo -s á
n461= center 8,1Version 4.9
n462= echo -s á
n463= center Written and beta-tested by
n464= center 11,12P o o l e
n465= center 0,12brukh3@superlink.net
n466= center ---
n467= center "I think that I have never knew
n468= center A word more lovelier than moo."
n469= center ---
n470= center 3=MooDoo= Script Manager Pro 4.9 fully innovated to fit mIRC 4.72 technology.
n471= center ---
n472= center 6,15Copyright ⌐ 1997 I Make Poole, Inc.
n473= center ---
n474= center =MooDoo= Headquarters:
n475= center 12http://www.geocities.com/SiliconValley/Heights/8917/moodoo.html
n476= if ( $dde moodoo connected "" == connected ) { ame is using =MooDoo= Script Manager Pro 4.9 for mIRC 4.72 by Poole. }
n477=}
n478=thanx {
n479= echo -s á
n480= echo -s á
n481= center Special thanks goes to the following people:
n482= center Hawkee
n483= center [Bush]
n484= center BEATLES
n485= center Hiro101
n486= center NiKes
n487= center WildP
n488= center B|zZyB0Ne
n489= center Lars_Ulrich
n490= center and others.
n491=}
[mPopup]
n0==MooDoo=:{
n1= if ( $dde moodoo connected "" == connected ) { play -c $me script.moo 65 }
n2= else { mecho 4You must be connected to a server to play animation. | halt }
n3=}
n4=-
n5=Help!:/run notepad.exe help.txt
n6=-
n7=Install Script
n8=.ZIP:/zip
n9=.Setup:/setup
n10=Fetch
n11=.Script:/fetch
n12=.Default Script:/default.fetch
n13=.Database Entry:/db.fetch
n14=.-
n15=.Seamless Fetch:/seamless.fetch
n16=Settings
n17=.Default Script:/default.set
n18=.User Info:/ui.set
n19=.-
n20=.Function Keys
n21=..F3:/func 3
n22=..F4:/func 4
n23=..F5:/func 5
n24=..F6:/func 6
n25=..F7:/func 7
n26=..F8:/func 8
n27=..F9:/func 9
n28=..F10:/func 10
n29=..F11:/func 11
n30=..F12:/func 12
n31=.-
n32=.Logging
n33=..ON:{ /.log on status | /mecho 3Logging ON. | %logging = ON }
n34=..OFF:{ /.log off status | /mecho 3Logging OFF. | unset %logging}
n35=INI Files
n36=.Insert
n37=..Correct Path:/path
n38=..User Info:/ui.insert
n39=.Auto-Insert
n40=..Correct Path
n41=...ON:{ mecho 3Auto Path Insert ON | %autoinsert = YES }
n42=...OFF:{ mecho 3Auto Path Insert OFF | unset %autoinsert }
n43=..User Info
n44=...ON:{ mecho 3Auto User Info Insert ON | %autoinfo = YES }
n45=...OFF:{ mecho 3Auto User Info Insert OFF | unset %autoinfo }
n46=.-
n47=.Modify:/modify
n48=.Delete:/delete
n49=Custom
n50=.Generate MIRC.INI:/make.ini
n51=.Add To Generated INI
n52=..Aliases:/add Aliases
n53=..Popups:/add Popups
n54=..Users:/add Users
n55=..Variables:/add Variables
n56=..Commands:/add Commands
n57=..Events:/add Events
n58=..Raw:/add Raw
n59=Database
n60=.New Entry
n61=..Regular:/db.new.reg
n62=..Seamless:/db.new.sl
n63=.Erase Entry:/db.erase
n64=.Clear Database:/db.clear
n65=.List:/db.list
n66=.Entry Info:/db.info
n67=-
n68=Stats:/stats
n69=-
n70=Extras
n71=.Unzip File:/unzip
n72=.Run DOS Command:/dos
n73=-
n74=About (F1):/f1
n75=Thanks To:/thanx
[bPopup]
n0==MooDoo=
n1==MooDoo=:{
n2= if ( $dde moodoo connected "" == connected ) { play -c $me script.moo 65 }
n3= else { mecho 4You must be connected to a server to play animation. | halt }
n4=}
n5=-
n6=Help!:/run notepad.exe help.txt
n7=-
n8=Install Script
n9=.ZIP:/zip
n10=.Setup:/setup
n11=Fetch
n12=.Script:/fetch
n13=.Default Script:/default.fetch
n14=.Database Entry:/db.fetch
n15=.-
n16=.Seamless Fetch:/seamless.fetch
n17=Settings
n18=.Default Script:/default.set
n19=.User Info:/ui.set
n20=.-
n21=.Function Keys
n22=..F3:/func 3
n23=..F4:/func 4
n24=..F5:/func 5
n25=..F6:/func 6
n26=..F7:/func 7
n27=..F8:/func 8
n28=..F9:/func 9
n29=..F10:/func 10
n30=..F11:/func 11
n31=..F12:/func 12
n32=.-
n33=.Logging
n34=..ON:{ /.log on status | /mecho 3Logging ON. | %logging = ON }
n35=..OFF:{ /.log off status | /mecho 3Logging OFF. | unset %logging}
n36=INI Files
n37=.Insert
n38=..Correct Path:/path
n39=..User Info:/ui.insert
n40=.Auto-Insert
n41=..Correct Path
n42=...ON:{ mecho 3Auto Path Insert ON | %autoinsert = YES }
n43=...OFF:{ mecho 3Auto Path Insert OFF | unset %autoinsert }
n44=..User Info
n45=...ON:{ mecho 3Auto User Info Insert ON | %autoinfo = YES }
n46=...OFF:{ mecho 3Auto User Info Insert OFF | unset %autoinfo }
n47=.-
n48=.Modify:/modify
n49=.Delete:/delete
n50=Custom
n51=.Generate MIRC.INI:/make.ini
n52=.Add To Generated INI
n53=..Aliases:/add Aliases
n54=..Popups:/add Popups
n55=..Users:/add Users
n56=..Variables:/add Variables
n57=..Commands:/add Commands
n58=..Events:/add Events
n59=..Raw:/add Raw
n60=Database
n61=.New Entry
n62=..Regular:/db.new.reg
n63=..Seamless:/db.new.sl
n64=.Erase Entry:/db.erase
n65=.Clear Database:/db.clear
n66=.List:/db.list
n67=.Entry Info:/db.info
n68=-
n69=Stats:/stats
n70=-
n71=Extras
n72=.Unzip File:/unzip
n73=.Run DOS Command:/dos
n74=-
n75=About (F1):/f1
n76=Thanks To:/thanx
[Variables]
n0=%autoinsert YES